| Replace(IListRun) | Replaces the matched text with the specified runs. |
| Replace(Run) | Replaces the matched text with the specified run. A cell which holds plain text is converted into a rich text cell, the text before and after the match keeps its format. |
| Replace(String) | Replaces the matched text with the specified text. The format of the cell and the properties of all runs remain unchanged. |